
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
@raydeck/xcode
Advanced tools
Ray Deck's fork fo the amazing work the Cordova team and [Alan Lunny]((https://github.com/alunny/node-xcode) before them put in on the pbxproject parser module. Building block for doing a lot more to support the manipulation of Xcode projects from javascript - expecially for react native
// API is a bit wonky right now
const xcode = require('xcode'),
const { writeFileSync } = fs = require('fs'),
const projectPath = 'myproject.xcodeproj/project.pbxproj',
const myProj = xcode.project(projectPath);
// parsing is async, in a different process
myProj.parseSync()
myProj.addHeaderFile('foo.h');
myProj.addSourceFile('foo.m');
myProj.addFramework('FooKit.framework');
writeFileSync(projectPath, myProj.writeSync());
console.log('new project written');
Apache V2
FAQs
parser for xcodeproj/project.pbxproj files
The npm package @raydeck/xcode receives a total of 721 weekly downloads. As such, @raydeck/xcode popularity was classified as not popular.
We found that @raydeck/xcode demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.